home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / Include / iso646.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-20  |  271 b   |  17 lines

  1. #ifndef EiC_iso646_H
  2. #define EiC_iso646_H
  3.  
  4. #define and     &&
  5. #define and_eq  &=
  6. #define bitand  &
  7. #define bitor   |
  8. #define compl   ~
  9. #define not     !
  10. #define not_eq  !=
  11. #define or      ||
  12. #define or_eq   |=
  13. #define xor     ^
  14. #define xor_eq  ^=
  15.  
  16. #endif
  17.